baubs git
src/components/ProgressMonitor/types.ts copilot/create-shared-infocard-component (7c3f79ae) Text, 332 B
/**
* Shared types for ProgressMonitor components
*/
export interface ColorBlock {
colorIndex: number;
threadHex: string;
startStitch: number;
endStitch: number;
stitchCount: number;
threadCatalogNumber: string | null;
threadBrand: string | null;
threadDescription: string | null;
threadChart: string | null;
}
Served by rngit 1.3.3 - Generated in 0.02s